From: Jochen Sprickerhof Date: Sat, 25 Jun 2022 19:22:20 +0000 (+0200) Subject: Ignore errors during lconvert X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=92d76e4fc505c60246ca20bf20cc5f9b73a6b602;p=gpsbabel.git Ignore errors during lconvert Starting with qt5 5.15.4 lconvert errors with QM-Format error for some calls and thus thus fails the build. Gbp-Pq: Name 0009-Ignore-errors-during-lconvert.patch --- diff --git a/gui/package_app b/gui/package_app index 4b1588bf9..c67405975 100755 --- a/gui/package_app +++ b/gui/package_app @@ -50,7 +50,7 @@ function convert_qt_translations() inputs+=("qtbase_${language}.qm") if [ -e "qtdeclarative_${language}.qm" ]; then inputs+=("qtdeclarative_${language}.qm"); fi if [ -e "qtserialport_${language}.qm" ]; then inputs+=("qtserialport_${language}.qm"); fi - "${LCONVERT}" -o "${LANGDIR}/qt_${language}.qm" "${inputs[@]}" + "${LCONVERT}" -o "${LANGDIR}/qt_${language}.qm" "${inputs[@]}" || true if [ "${machine}" = "Mac" ]; then # Create locversion.plist in the bundle to trigger translations for